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

features of Calendar occationally break in languages with multi-byte characters #124

Open
GoogleCodeExporter opened this issue Feb 3, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Wiki Version: 1.16alpha (probably any version)
Calendar Version: v3.8.4 (9/15/2009) (probably any version)

Problem: Features using the php substr- function break when the function
tries to split a multi-byte character.  

Fix: Replace all occurrences of the substr- function with the mb_substr
function in all php- files delivered with the Calendar extension.  Not
verified if exactly all occurrences are susceptible, but looks like it is
safe to replace all.  

Johann Fannberg/Iceland.  

Original issue reported on code.google.com by joha...@centrum.is on 4 Jun 2010 at 7:38

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