in my database I'm using Umlauts, like:
set session("Suchbereich";string([Constants]Anzahl_Tagungsbände_VDI+
[Constants]Anzahl_Tagungsbände_VDMA;"###.###.##0")+" Tagungsbände
VDI VDMA")
Works fine on a Mac. It's in .a4l file (library) using TextMate,
saved as "ISO-8859-1 Windows" with CRLF. The files are fine and
even WordPad displays the Umlauts fine.
As soon as I call my web server (running on WinXP SP2) I get an
error from A4D (4.0, 4D 2004.6.r2):
"Invalid table/field reference" complaining about "[Constants]
Anzahl_Tagungsbände_VDI", but it's a valid field name.
First of all I would use LF, not CRLF. That plays a lot better cross-
platform.
Second, 4D and Active4D assume the Mac Roman character set. If you
are using something other than that in your files, you have to set
the 'platform character set' property. See the section "Working with
Character Sets" in the documentation.
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/