sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
41 stars 20 forks source link

Graph look up i.e. nox_getStr in UTF-8 fails for names with 'z' #74

Closed NielsLiisberg closed 1 year ago

NielsLiisberg commented 1 year ago

the : for namespace separation is 0x7a in ascii which unfortunately is a z in EBCDIC. This part of the code was not ported correctly from the EBCDIC to the UTF-8 branch properly.

NielsLiisberg commented 1 year ago

Was fixed