
08-18-2008, 02:49 PM
|
|
What's Jailbreak?
|
|
Join Date: Jul 2008
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|
Assuming your font is non-euro, and looks more like roman characters (or other graphical type characters) - your best way would be to use the Russian keyboard.
It uses .artwork file with specific definitions for these characters.
Look for the iphoneshop project sources (python) which describes how to work with .artwork files, and can extract your important artwork files from the phone.
You should start exploring the phones filesystem. pay attaention to /System/Library/Frameworks/UIKit.framework
If you want to "localize" the phone so that menu items and values will be in your language, you need to create .strings files for all the various parts of the applications that are used. - You'll want to read about .plist files, and explore plutil and ldid utilities.
Some of the keyboard settings are in /System/Library/TextInput* folder.
Hope this helps.
|
|