1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

js: Convert non-UTF-8 encoded files to UTF-8 before parsing

This commit is contained in:
Timothy Flynn 2022-04-03 09:31:04 -04:00 committed by Linus Groh
parent 9e5abec6f1
commit b36c3a68d8
3 changed files with 13 additions and 3 deletions

View file

@ -122,7 +122,7 @@ target_link_libraries(ifconfig LibMain)
target_link_libraries(ini LibMain)
target_link_libraries(install-bin LibMain)
target_link_libraries(jp LibMain)
target_link_libraries(js LibJS LibLine LibMain)
target_link_libraries(js LibJS LibLine LibMain LibTextCodec)
link_with_unicode_data(js)
target_link_libraries(kcov-example LibMain)
target_link_libraries(keymap LibKeyboard LibMain)