python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem for reading UTF-8 file with gtfstools
I'm trying to open a GTFS file that has UTF-8 encoding, but even though I changed my project's encoding in R to UTF-8, the characters are still truncated. The problem can be seen in the "stop_nam...
Igor
Votes: 0
Answers: 1
How do I compare single multibyte character constants cross-platform in C?
In my previous post I found a solution to do this using C++ strings, but I wonder if there would be a solution using char's in C as well.
My current solution uses str.compare() and size() of a charact...

Z0q
Votes: 0
Answers: 2
SQLite Text Charset
I've been trying to make queries into an SQLite database using Java and can't seem to convert the string to the correct charset (if its not already in the correct one)
My query string is:
'%00.interes...

Ry-
Votes: 0
Answers: 0
export HTML table to Excel correctly with €/$/£ Symbol
I'm using this function by export html table to excel file.
function ExportToExcel() {
var htmltabel = document.getElementById("tabella_finale");
var html = htmltabel.outerHTML;
...
Rob
Votes: 0
Answers: 0