0

I am working on a French website where I need to use utf-8 characters. Angular 2 is showing

http://localhost:4200/#/portefeuille/%C3%A9tude

instead of

http://localhost:4200/#/portefeuille/étude

Any solution to solve this issue?

jonrsharpe
  • 99,167
  • 19
  • 183
  • 334
Clean coder
  • 117
  • 8
  • 2
    That's what's supposed to happen, see e.g. http://stackoverflow.com/questions/2504564/can-http-uris-have-non-ascii-characters. You can't have non-ASCII characters in URIs. – jonrsharpe Mar 02 '17 at 09:13
  • @jonrsharpe what about this http://www.larousse.fr/dictionnaires/francais/étude/31591 – Clean coder Mar 02 '17 at 09:40

0 Answers0