Search found 11 matches
- Fri Apr 03, 2015 1:45 pm
- Forum: Phonebook Transliteration Plugin
- Topic: Whishlist for special conversion
- Replies: 18
- Views: 8939
Re: Whishlist for special conversion
I would like to see Cyrillic converter for Ukrainian. What kind of additional information you need for it?
- Thu Feb 26, 2015 10:34 am
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
I don't think UTF-16 is possible. Whole VCF should be in UTF-16, which is not allowed by standard. If only some parts of strings are in UTF-16 there may be zero bytes which may break parsing on the car audio side.
- Tue Feb 17, 2015 2:15 pm
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
An ability to send manually prepared VCF file would be great for investigations.
- Tue Feb 17, 2015 1:20 pm
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
According to my experiments this unit (AGC-0071RF) accepts Unicode UTF-8 encoded names, but only characters in range 0x0000 - 0x00FF, Cyrillic characters have codes in range 0x0400-0x04FF Author is working now on transliteration into Latin characters, it may partially resolve the problem. I think on...
- Mon Feb 16, 2015 9:01 am
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
I don't think so, I have about 200 contacts and almost all have no "nicknames" or another related to the name field. So, I have to manually fill such field in all my contacts and then fill it in any new contact added.
- Fri Feb 13, 2015 11:03 am
- Forum: Feature Requests
- Topic: Manage contact names
- Replies: 11
- Views: 3613
Re: Manage contact names
If I prepare a small Java class for transliteration, will it be affordable for you?
- Wed Feb 04, 2015 10:12 am
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
I'll continue my investigations with various Latin characters.
The car audio definitely has Cyrillic font. It handles and displays MP3 Cyrillic tags well.
The car audio definitely has Cyrillic font. It handles and displays MP3 Cyrillic tags well.
- Wed Feb 04, 2015 9:47 am
- Forum: Feature Requests
- Topic: Manage contact names
- Replies: 11
- Views: 3613
Re: Manage contact names
Yes, the languages are different. Basic Cyrillic is same but both languages have few letters which is absent in another. And the most important, one letter (И) is the same in both languages but corresponds to a different sound. I've checked online demo http://demo.icu-project.org/icu-bin/translit an...
- Tue Feb 03, 2015 3:39 pm
- Forum: Feature Requests
- Topic: Manage contact names
- Replies: 11
- Views: 3613
- Tue Feb 03, 2015 3:37 pm
- Forum: Bluetooth Phonebook App
- Topic: symbol encoding
- Replies: 21
- Views: 5365
Re: symbol encoding
Thank you! I'm investigating the issue now and have found strange behavior of Outlook related to charsets. The application sends charset capitalized like this N;CHARSET=UTF-8: but Outlook doesn't recognize this. Outlook recognizes only N;CHARSET=utf-8: I think may car audio may work in same way, but...