Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean_url() like function to clean all different kind of IDs #44

Closed
GoogleCodeExporter opened this issue Aug 8, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Using non-basic Latin characters anywhere as an ID is currently lethal.
Components end up completely without way to call them etc. This could be
fixed by running all strings that are used as identifiers through the same
cleaning function.

Forum topic: http://get-simple.info/forum/viewtopic.php?id=472

Original issue reported on code.google.com by martijn.personal@gmail.com on 1 Mar 2010 at 11:55

@GoogleCodeExporter
Copy link
Author

Maybe you should consider using Punycode: http://en.wikipedia.org/wiki/Punycode

Original comment by schlex@gmail.com on 3 Mar 2010 at 2:47

@GoogleCodeExporter
Copy link
Author

clean_img_name() and to7bit() should take care of any other types of IDs that 
need cleaned... correct?

Original comment by ccagle8 on 26 Oct 2010 at 12:55

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by ccagle8 on 7 Nov 2010 at 1:37

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

_id() was created for this. 

Original comment by ccagle8 on 10 Nov 2010 at 12:48

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant