Hi Bruce
Short answer
In the desktop system we capture '?' as ae and "?" as o
This might change in the future as we are opening up data capture with an NTWS and possible other data input streams.
Long answer
Historically we have been dealing with data coming from all sorts of sources, paper, email, external invoices etc,
This would then be captured in CW desktop system.
eg.
J P Smithsvej, Nyk?bing Sj?lland, Denmark
would normally arrive as
J P Smithsvej, Nykobing Sjaeland, Denmark
We submit customs clearance requests via EDI format to customs in SA,
pretty sure they don't handle these characters, and we would have to print accompanying customs paperwork.
Current project is also to accept online instructions for deliveries and this includes a facility to do Google or Here search for the address.
This has now created the external input without the manual 'conversion' and going forward this will probably become the main source of data.
So first step would be to store the data as we would have in the past.
Convert the '?' to ae, store and use as in the past.
If there are existing functions that can do this for the main ones?
Not sure what else I can do, if there is any benefit in storing the codes in a side table for lookup when possibilities exist to display correctly.
In the browser possibly, not even sure if this is doable as NTWS is also built with clarion.
Create a table to store the correct version.
fld1 ="Nykobing Sjaeland, Denmark"
as
fld2 = "Nyk\u00f8bing Sj\u00e6lland, Denmark"
So sometime in the future still be able to rectify the data, or display and use it correctly when possible.
Seems extreme and very cumbersome.
thanks
Johan