Skip to content

Commit

Permalink
fix accent
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Jan 1, 2022
1 parent 0f078ca commit f3466e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/retrieveSoftwareOricOrg.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def removeFrenchChars(mystr):

mystr=mystr.replace(u'\xbb', u'c') # ç
mystr=mystr.replace(u'\xb9', u'u') # ù
mystr=mystr.replace(u'\xb4', u'o') # ù



mystr=mystr.replace("é", "e")
Expand Down

0 comments on commit f3466e1

Please sign in to comment.