how to replace string unicodes in C# [on hold]
0
I have a string str
and I want to replace characters' unicodes,
I do it like this
str.Replace('u1610', 'u1740').Replace('u1603', 'u1705');
but it does not work.
How should I do it?
unicode c# string
New contributor
put on hold as off-topic by Mokubai♦ 2 days ago
- This question does not appear to be about computer software or computer hardware within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
0
I have a string str
and I want to replace characters' unicodes,
I do it like this
str.Replace('u1610', 'u1740').Replace('u1603', 'u1705');
but it does not work.
How should I do it?
unicode c# string
New contributor
put on hold as off-topic by Mokubai♦ 2 days ago
- This question does not appear to be about computer software or computer hardware within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
it does not work
is not a useful statement. What does it output?
– phuclv
2 days ago
add a comment |
0
0
0
I have a string str
and I want to replace characters' unicodes,
I do it like this
str.Replace('u1610', 'u1740').Replace('u1603', 'u1705');
but it does not work.
How should I do it?
unicode c# string
New contributor
I have a string str
and I want to replace characters' unicodes,
I do it like this
str.Replace('u1610', 'u1740').Replace('u1603', 'u1705');
but it does not work.
How should I do it?
unicode c# string
unicode c# string
New contributor
New contributor
New contributor
asked 2 days ago
Alireza Mn
1
1
New contributor
New contributor
put on hold as off-topic by Mokubai♦ 2 days ago
- This question does not appear to be about computer software or computer hardware within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Mokubai♦ 2 days ago
- This question does not appear to be about computer software or computer hardware within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
it does not work
is not a useful statement. What does it output?
– phuclv
2 days ago
add a comment |
it does not work
is not a useful statement. What does it output?
– phuclv
2 days ago
it does not work
is not a useful statement. What does it output?– phuclv
2 days ago
it does not work
is not a useful statement. What does it output?– phuclv
2 days ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
it does not work
is not a useful statement. What does it output?– phuclv
2 days ago