mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
This commit is contained in:
parent
9e5abec6f1
commit
b36c3a68d8
3 changed files with 13 additions and 3 deletions
|
@ -388,7 +388,7 @@ if (BUILD_LAGOM)
|
|||
list(REMOVE_ITEM LIBJS_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../../Userland/Libraries/LibJS/SyntaxHighlighter.cpp")
|
||||
lagom_lib(JS js
|
||||
SOURCES ${LIBJS_SOURCES} ${LIBJS_SUBDIR_SOURCES} ${LIBJS_SUBSUBDIR_SOURCES}
|
||||
LIBS m LagomCrypto LagomRegex LagomUnicode
|
||||
LIBS m LagomCrypto LagomRegex LagomUnicode LagomTextCodec
|
||||
)
|
||||
|
||||
# Line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue