Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | enable and fix more tests for fastcomp | Alon Zakai | |
2013-09-10 | Add 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-10 | Update utf32 test to contain non-BMP characters in the test string. | Jukka Jylänki | |
2013-09-10 | Rename utf32<->jsstring marshalling functions to UTF32ToString and ↵ | Jukka Jylänki | |
stringToUTF32 following azakai's suggestion on naming convention. | |||
2013-09-10 | Add 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. |