This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sgml: upgrade to support UTF-16 and 32
Windows and Apple (NSString) are using UTF-16 wchar_t. All others use UTF-32. This eliminates need for additional conversion should we need UTF-32 on Windows&Apple or UTF-16 on others. Mind, UTF-16↔32 is not a trivial conversion as it may change number of code units. Signed-off-by: Simon Rozman <[email protected]>
- Loading branch information
Showing
4 changed files
with
1,867 additions
and
1,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.