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
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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 workis 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
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
Alireza Mn
1
1
New contributor
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alireza Mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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 workis not a useful statement. What does it output?
– phuclv
2 days ago
add a comment |
it does not workis 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 workis not a useful statement. What does it output?– phuclv
2 days ago