| Support Requests Forum dedicated to support type threads and to support requests. |
 |
|
April 2nd, 2009, 01:56 PM
|
#11 (permalink)
|
|
Administrator
Join Date: Mar 2006
Location: Detroit, Michigan
Vehicle: 2006 CTS
Posts: 3,823
|
Quote:
Originally Posted by tempgp
oh copme on Scott i cant belive you cant soeak Russian ;-)
Yes the last link has info on makin CF reading russian songs.
I probably will use that advice and create small installer so if some one need support of rus text they just instal 1 app and no coding will be nessesary. I would assume same can be applyed to other languages...
you guys screwed up on using non unicode font for song name, mabe in next relese you will use something like Arial so it automatically supported in just about all languages that i can red (dont know about Asian languges though)
|
we will look into these issues and hopefully can work them out
|
|
|
April 2nd, 2009, 02:14 PM
|
#12 (permalink)
|
|
10 Farad - Flux Capacity
Join Date: Mar 2009
Location: Brooklyn, NY
Vehicle: Mercedes C28
Posts: 591
|
ok Scott
well i found that enabling non Eng text support on Win XPe POS 1.1 is rather hard (well needs extra clicks) i will try to create bat file that can automate deployment
|
|
|
April 5th, 2009, 04:02 AM
|
#13 (permalink)
|
|
0.5 Farad - Min. Capacity
Join Date: Jul 2008
Posts: 9
|
Hey! Hello! Will you upload your app? Also a problem with russian!
|
|
|
April 5th, 2009, 12:34 PM
|
#14 (permalink)
|
|
10 Farad - Flux Capacity
Join Date: Mar 2009
Location: Brooklyn, NY
Vehicle: Mercedes C28
Posts: 591
|
I did not make it yet but you need a) download replacement font from the link given earlier and then go to
Regional and Language Options:
1. Go to last tab "Advanced" in driopdown select Russian save incert xp disk and reboot if prompted
2. go to reginal settings again, second tab "Languages" click details in new window select Advanced tab, and select first checkbox "Extend Support of advanced text ....." click OK everywheere and reboot
|
|
|
April 5th, 2009, 03:50 PM
|
#15 (permalink)
|
|
0.5 Farad - Min. Capacity
Join Date: Jul 2008
Posts: 9
|
Thanks!!!!! I've maked changes and replaced font, but it doesn't works. I didn't check any checkboxes, so maybe there is a problem was! Tomorrow i will try it! 
Sorry 4 my pure english, grammar...
|
|
|
April 5th, 2009, 05:16 PM
|
#16 (permalink)
|
|
0.5 Farad - Min. Capacity
Join Date: Jul 2008
Posts: 9
|
ok, here it is!
The Centrafuse Rusify!
3 seconds automatic reboot
Русификатор Centrafuse
Перезагрузка через 3 секунды после запуска
(In folder woth this rusify you'll need to place ccg.ttf and ccgb.ttf)
(В папку с русификатором надо положить файлы ccg.ttf и ccgb.ttf)
Прилагаю скрипт. Требуется изменить путь к skin.xml (CF не установлена на этом компьютере):
This is AutoHotkey script. Need to change path to skin.xml (CF isn't installed on this machine):
Code:
RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, System\CurrentControlSet\control\Nls\Codepage, 1252, c_1251.nls
RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, System\CurrentControlSet\control\Nls\Codepage, 1250, c_1251.nls
FileCopy, ccg.ttf, C:\WINDOWS\Fonts\, 1
FileCopy, ccgb.ttf, C:\WINDOWS\Fonts\, 1
FileRead, skinxml, skin.xml
StringReplace, skinxmlmod, skinxml, Century Gothic, Centrafuse Century Gothic, All
if not ErrorLevel ; Successfully loaded.
{
FileDelete, skin.xml
FileAppend, %skinxmlmod%, skin.xml
skinxml = ; Free the memory.
skinxmlmod = ; Free the memory.
}
RegWrite, REG_DWORD, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\CTF\SystemShared, CUAS, 1
RegWrite, REG_DWORD, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows NT\CurrentVersion\IMM, LoadIMM, 1
run, shutdown -r -t 3
|
|
|
April 6th, 2009, 12:51 AM
|
#17 (permalink)
|
|
0.5 Farad - Min. Capacity
Join Date: Jun 2008
Posts: 8
|
|
|
|
April 6th, 2009, 10:31 AM
|
#18 (permalink)
|
|
0.5 Farad - Min. Capacity
Join Date: Jul 2008
Posts: 9
|
and what? I've visited this link for many times...
There is no directly-executed rusification program!
My script is the rusificator! Here is exe-file.
Simply rename rusify.exe.zip to rusify.exe
|
|
|
April 6th, 2009, 11:34 AM
|
#19 (permalink)
|
|
10 Farad - Flux Capacity
Join Date: Mar 2009
Location: Brooklyn, NY
Vehicle: Mercedes C28
Posts: 591
|
Good job =)
Will try it on my next CF reinstal
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|