diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-02 14:54:20 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-02 14:54:20 +0000 |
| commit | 335eb340ca9cd76079a45868c64c160d100cca2e (patch) | |
| tree | 7b71255cf3af642b3d9d7e0f5f316c2e33fc9ef1 /test/utf8.cxx | |
| parent | 0cf4899e78a7b4ca22b12aaaeac62562a983037d (diff) | |
More typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8170 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/utf8.cxx')
| -rw-r--r-- | test/utf8.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utf8.cxx b/test/utf8.cxx index 7cede4fc0..d5db92698 100644 --- a/test/utf8.cxx +++ b/test/utf8.cxx @@ -77,7 +77,7 @@ static int first_free = 0; /* - Class for displaying samle fonts. + Class for displaying sample fonts. */ class FontDisplay : public Fl_Widget { @@ -682,7 +682,7 @@ int main(int argc, char** argv) i6.value(abuf); // Now try Greg Ercolano's Japanese test sequence - // SOME JAPANESE UTF8 TEXT + // SOME JAPANESE UTF-8 TEXT const char *utfstr = "\xe4\xbd\x95\xe3\x82\x82\xe8\xa1" "\x8c\xe3\x82\x8b\xe3\x80\x82"; |
