Supporting Arabic (or other Foreign Languages) in CF7, FCK Editor, MS SQL
i searching web advice, technical tutorials or regarding developing cf site can handle input of, storage (ms sql) , output of arabic. have developed cf cms utilizes fck editor text input, ms sql 2000 or 2005 storage , standard cf html output. have assume have @ database level store proper character sets there else? advice, short of posting spanish have not done foreign language support in past.
larrabeeibc wrote:
> assume have @ database level store
> proper character sets there else? advice, short
> of posting spanish have not done foreign language support in past.
- use unicode parts of app
- use cfprocessingdirective religiously
- use "n" datatypes string columns in sql server (do
your string columns if use cfqueryparam)
- learn bidi
- read g11n chapter in ben's cf book
- have @ icu4j lib, stuff app/client needs?
- need support islamic calendars?
- app use qoq sorting?
> assume have @ database level store
> proper character sets there else? advice, short
> of posting spanish have not done foreign language support in past.
- use unicode parts of app
- use cfprocessingdirective religiously
- use "n" datatypes string columns in sql server (do
your string columns if use cfqueryparam)
- learn bidi
- read g11n chapter in ben's cf book
- have @ icu4j lib, stuff app/client needs?
- need support islamic calendars?
- app use qoq sorting?
More discussions in Advanced Techniques
adobe
Comments
Post a Comment