RE: Printing Arabic Characters Issue in Webclient
Neither of the 'supported' SQL collation/sort orders that can be used with Dynamics GP, that I'm aware, would
allow Arabic language letters/characters, so you would need to be using an unsupported collation such
as Arabic_CI_AI or the like.
The supported SQL collations/sort orders are:
--Dictionary Order, Case Insenstive (DOCI) - SQL_Latin1_General_CP1_CI_AS
--Binary - Latin1_General_BIN
This all being said, I'd recommend looking at the following:
community.dynamics.com/.../113201
I have also heard that using Report Templates works better with Arabic language characters, so if you're not already working with the templates, that may be an option as well.
Hopefully others on this forums community may have more information they can provide.
Thank you,