From 814da7f392144de2c61d40a052edffdd54523d0a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 5 Apr 2010 21:02:48 +0000 Subject: Little fix that will keep Fl_Text_Display from crashing on German umlauts. This is by no means a fix. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7440 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Text_Buffer.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 909775f84..7a8fedb41 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -75,7 +75,6 @@ public: \brief Set the selection range. \param start byte offset to first selected character \param end byte offset pointing after last selected character - \todo unicode check */ void set(int start, int end); @@ -85,7 +84,6 @@ public: \param end byte offset pointing after last selected character \param rectStart first selected column \param rectEnd last selected column +1 - \todo unicode check */ void set_rectangular(int start, int end, int rectStart, int rectEnd); @@ -154,7 +152,6 @@ public: \brief Return the positions of this selection. \param start retrun byte offset to first selected character \param end retrun byte offset pointing after last selected character - \todo unicode check */ int position(int* start, int* end) const; @@ -165,7 +162,6 @@ public: \param isRect return if the selection is rectangular \param rectStart return first selected column \param rectEnd return last selected column +1 - \todo unicode check */ int position(int* start, int* end, int* isRect, int* rectStart, int* rectEnd) const; -- cgit v1.2.3