Turkish characters (ğ, ü, ş, ç) are inconsistent in Title and User fields during migration #2975
Unanswered
fatihaydnrepo
asked this question in
Q&A
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We are facing an issue with Turkish characters (ğ, ü, ş, ç, İ, ö) when migrating work items using Azure DevOps Migration Tools.
?
,ğ
,Cagri
instead ofÇağrı
).It looks like an encoding issue (UTF-8 vs legacy encodings) because some old work items were stored differently in the source system.
We tried forcing
"Encoding": "UTF-8"
in the configuration, but the behavior still occurs.Expected behavior
All Turkish characters should be migrated correctly and appear the same in both Title and User fields.
Actual behavior
?
,ğ
,Cagri
).Steps to reproduce
Configuration used
Beta Was this translation helpful? Give feedback.
All reactions