aboutsummaryrefslogtreecommitdiff
path: root/tests/utf32.cpp
AgeCommit message (Collapse)Author
2014-01-20enable and fix more tests for fastcompAlon Zakai
2013-09-10Add support for marshalling UTF-16 strings to/from JS. Allows passing ↵Jukka Jylänki
wchar_t strings to JS when building with -fshort-wchar. Closes #1565.
2013-09-10Update utf32 test to contain non-BMP characters in the test string.Jukka Jylänki
2013-09-10Rename utf32<->jsstring marshalling functions to UTF32ToString and ↵Jukka Jylänki
stringToUTF32 following azakai's suggestion on naming convention.
2013-09-10Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on ↵Jukka Jylänki
Unix) strings to and from JS, and add a test.