python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Save file as Unicode in C# stopped working as expected
I have demo file Encoded UTF-8, which includes special characters:
I had solution which was converting this file to Unicode (This conversion is necessary so data was displayed by MS Excel correctly):...
Michał Plich
Votes: 0
Answers: 0
Why does utf-16 only support 2^20 code points?
Well, I'm starting to study unicode now, and I had several doubts, at this moment I'm learning what a plane is, I saw that a plane is a set of 2^16 code points, and that utf-16 encoding supports 17 pl...
Yuri Bittencourt
Votes: 0
Answers: 3
Cannot deserialize a class only when sent by the server-to-client, works vice versa
The streams used to work, but suddenly just stopped two days ago, and I can't get it fixed.
The client creates and successfully sends a User object and a Message object (serialize by the client and d...
hadsag
Votes: 0
Answers: 1
How to calculate the distance of one string across a defined range of strings?
Given an interval defined by two strings, [x, y], and third string s between them, is there a way to calculate the percentage of the whole interval from x to s. Preferably which honors collation (case...
Joel
Votes: 0
Answers: 0