I have a project in Delphi 7 that makes use of Firebird.
I'm thinking of migrating this application to a Delphi XE * version.
However, we know that since Delphi 2009 the String pattern is Unicode and not ANSI anymore.
My Firebird database...
Hello,
When creating a string in a Java class (for example: String t = "Ola Java!" ), it seems the compiler is choosing the 'wrong' encode to interpret the bytes that are in the source and generate the String (the 'right' encode should...
I need to encode (and decode) a JSON to be transmitted from the web to a microcontroller. The% w_that I am sending is encrypted with JSON , but cyphertext contains unprintable characters and I have some problems with this. For examp...
A WAR project that I'm trying to use base to run mvn archetype:create-from-project causes the following exception stack after trying to read one of the .java files:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-ar...
In my program I need to open a PDF file and get the text it contains. However when opening the PDF, the text is poorly formatted. For example: Thanks to my family for not being? measure effort
When the right thing would be: Thanks to my fa...
I'm using Python 3.6 to do a program in which the person types an MD5 hash, so the program saves the hash in a variable, reads a txt file and plays the contents inside a list, where each name separated by , is an item in that list.
Aft...
In my javascript file there is a message with the string "service" for example.
When I run the project (run-app) and check the javascript by the browser, the word appears as: "service". But this is displayed correctly on the screen when the mess...
Well, I'm having a problem with encode when posting data to a table mysql by php , my page is with encode utf-8 , my bank using latin1 , but I do not know how such a conversion, if I change the encode of the site...
I'm working on an email application using VueJs / Quasar on the client and HapiJS on the server, and some emails (depending on the sender) come with base64-encoded text, and some do not.
To solve this, I need to find a way to identify if the e...