Subject | RE: [firebird-support] special string question |
---|---|
Author | Leyne, Sean |
Post date | 2013-03-19T16:34:42Z |
Olaf,
Is the mapping of the characters consistent for all uses?
Do all characters always get mapped for all uses?
Sean
> Is there an simpler way than this?Is the character mapping "user definable" (does the mapping need to be stored in a table)?
>
> While count < strlength
>
> Character = substring(input from count for 1)
>
> Select exchangecharakter from table where inputcharacter = character into
> :newcharacter
>
> Newstring = newstring || newcharacter;
Is the mapping of the characters consistent for all uses?
Do all characters always get mapped for all uses?
Sean