diff --git a/changelog.txt b/changelog.txt index d333b02796..031fada911 100644 --- a/changelog.txt +++ b/changelog.txt @@ -14,6 +14,7 @@ Version 1.09.0 - github #321: __FB_ARG_EXTRACT__ incorrectly recognizes commas nested in other forms with variadic macros - internally use new hlp-str.bas:hStr2Args() procedure - github #322: Fix D2D not rendering the rightmost column of pixels (adeyblue) - github #323: gas64: When the target variable is const variable, code cannot be generated for variable assignment of different length. (Skyfish) +- github #324: fbc: When converting a wide character escape sequence to an internal format, the escaped value is incorrect. (Skyfish) Version 1.08.0 diff --git a/tests/wstring/literal-ule16.bas b/tests/wstring/literal-ule16.bas new file mode 100644 index 0000000000..1582f5b8fa Binary files /dev/null and b/tests/wstring/literal-ule16.bas differ