Discussions tagged Encoding
Encoding Problem converting RTE to HTML
- Issue
- Last updated 12 months ago
- Mark Lee @Appeon replied 11 months ago
Hello,
I have a problem with different encoding behavior of special characters (e.g. äöüÄÖÜß) and empty lines when using different versions of RichTextEdit.
The goal is to convert the content of a RichTextEdit to HTML such that it can be send as a ...
Information Required [ Appeon PowerBuilder 2019 Datatype Blob ]
- How-to
- Last updated 1 year ago
- Michael Kramer replied 1 year ago
I am working on some of features available in Appeon (PowerBuilder 2019) for upgrading from the old version. I need some information/help for the following topics
Converting Blob into string
I am encrypting the plain text using “SymmetricEncryp...
Unexpected Character Set After Performing Base64Decode()
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
I'm currently using PB2017R3 and attempting to utilize the new CrypterObject and CoderObject functionality.
I have a text file that contains encoded / encrypted information. I wish to open the file, read the file contents and decode/decrypt var...
Identify right encoding for string
- How-to
- Last updated 1 year ago
- Roland Smith replied 10 months ago
Hello,
We have to convert blob data into string. The blob content could be encoded in UTF8, ANSI or UTF16LE.
How to identify which encoder to use for string conversion?
Thank you,
Yuri...
I'm calling a REST web service with PB2017 R3 using the OAuthClient to upload a file. The service is very poorly documented, and only shows an HTTP example. I've been able to use the example and get a file uploaded, but we cannot open or preview th...
Powerbuilder writes "UTF - 8" encoding to Git commits
- Resolved
- Issue
- Last updated 2 years ago
- Gordon Leishman replied 1 year ago
Hi all.
We are using a Git repository to store our powerbuilder sources and a Teamcity server to build a setup from it.Now, when I commit changes to Git from inside Powerbuilder, this commit contains an "encoding UTF - 8".And that's a problem for Te...
Hello,
I followed the example of the help to encrypt in MD5; however, the result is not as expected.
Let's see, this is the example:
Blob lblb_data
Blob lblb_md5
String ls_resultMD5
lblb_data = Blob("Test MD5", EncodingANSI!)
CrypterObject...
I have to open a browser and provide it a URL to navigate to. A portion of it needs to be URL Encoded (aka Percent Encoded), because it is a re-direct URL being passed along as a parameter to a login URL, and it also has parameters of its own.
I...
- Page :
- 1