Skip to content

Commit

Permalink
[refactor enhance] Add a note about unicode functions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinec authored Jun 14, 2018
1 parent d0390e0 commit be2077a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unitex/src/fr/umlv/unitex/io/UnicodeIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@

/**
* This class provides methods for loading and saving UTF-16LE texts.
*
* Attention: Only use unicode functions that are available throughout this
* class. This is very important, since IO functions do not have the same
* behavior on little-endian and big-endian systems. If you miss a function,
* please code it from the primitive functions of this library.
*
* @author Sébastien Paumier
*/
Expand Down

0 comments on commit be2077a

Please sign in to comment.