PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 1, 2022

[FIXED] How can I tell poedit to ignore Non-ASCII text errors?

 September 01, 2022     php, poedit     No comments   

Issue

I am trying to have poedit create a catalog on my PHP project. It crashes on a Non-ASCII character in some of my files.

Since the project is quite big, I was wondering if it was possible to run poedit and ignore these errors rather than ignore each file where they appear.

I am using the poedit GUI on Windows. I am trying to localize French content into English and vice versa.


Solution

In poEdit, go to Catalog and Settings and check the properties in the Source Code charset. Try with UTF-8. (tip is worked for me and is from http://www.netvivs.com/error-xgettext-non-ascii-string-in-poedit/)



Answered By - ewroman
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing