Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [joematt] unicode questions

Quote Reply
Re: [joematt] unicode questions In reply to
Ah, thanks, now I get it. Buttons are not really a solution, though. Often every second character in a word is a special character, and switching from keyboard to mouse would be too tiresome in the long run. A colleague once wrote a Javascript for such purposes - you could enter special characters by keeping CTRL down and pressing some key. Problem was: it only worked with Internet Explorer, and the special characters were always added at the beginning of the input field or textarea, not where you needed them.

Another option is to just think of an otherwise unused character, like #, define special characters as combination of e.g. "a" and "#", and convert these strings into numeric HTML entities when adding, modifying or searching for records. At the moment this seems the simplest.

Anyway, thanks for your input.
kellner
Subject Author Views Date
Thread unicode questions kellner 4794 Aug 13, 2003, 1:48 PM
Thread Re: [kellner] unicode questions
joematt 4713 Aug 14, 2003, 1:19 PM
Thread Re: [joematt] unicode questions
kellner 4703 Aug 14, 2003, 1:58 PM
Thread Re: [kellner] unicode questions
joematt 4690 Aug 14, 2003, 2:07 PM
Post Re: [joematt] unicode questions
kellner 4698 Aug 14, 2003, 3:15 PM