Question Missing "OpenEdge.Core.Util.UTF8Encoder"

jhenzenn

New Member
I'm using OpenEdge 4GL editor (v. 12.2.16) in text (tty) mode on linux.

Code:
DEF VAR Enco AS OpenEdge.Core.Util.UTF8Encoder.

I'm having an issue with the core libraries where I need to sanitize some user input from a different ERP system and the compiler says:

"Couldn't find the class or interface OpenEdge.Core.Util.Utf8Encoder"

  • I've checked PROPATH environment var and it seems to be properly set:
  • I've run :
Bash:
prolib $DLC/tty/OpenEdge.Core.pl -list
Bash:
OpenEdge/Core/Util/BuilderRegistry.r
OpenEdge/Core/Util/ConfigBuilder.r
OpenEdge/Core/Util/MathUtil.r
OpenEdge/Core/Util/Token.r
OpenEdge/Core/Util/TokenResolver.r
OpenEdge/Core/Util/TokenResolverEventArgs.r
Which yields no mention of "UTF8Encoder"

I've read the online documentation and seems to be a supported class, but I'm not sure if it is in another library file.

Any help would be apreciated.
 
Back
Top