mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[USETUP]
Romanian code page related support. Patch by Stefan Fulea. CORE-10569 #resolve #comment Thanks a lot! svn path=/trunk/; revision=70317
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -709,7 +709,7 @@ const MUI_LANGUAGE LanguageList[] =
|
||||
{L"00000446", L"0", L"1", L"2", L"Punjabi (India)", L"113", enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts, paINLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
{L"00000418", L"1250", L"852", L"10029", L"Romanian", L"200", roROPages, roROErrorEntries, roROStrings, LatinFonts, roROLayouts },
|
||||
{L"00000418", L"28606", L"28606", L"10029", L"Romanian", L"200", roROPages, roROErrorEntries, roROStrings, LatinFonts, roROLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_RM_CH
|
||||
{L"00000417", L"1252", L"850", L"10000", L"Romansh", L"223", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, rmCHLayouts },
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,8 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/862-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/865-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/866-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/932-8x8.bin)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/932-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/28606-8x8.bin)
|
||||
|
||||
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab
|
||||
COMMAND native-cabman -M raw -S ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab ${SOURCE}
|
||||
|
||||
Reference in New Issue
Block a user