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

ListParse not work with cyrillic #8

Closed
weierophinney opened this issue Dec 31, 2019 · 6 comments
Closed

ListParse not work with cyrillic #8

weierophinney opened this issue Dec 31, 2019 · 6 comments
Labels
Help Wanted Question Further information is requested

Comments

@weierophinney
Copy link
Member

dump(
    ListParser::parse(' value="price 1.xlsx"; attribute=""', [';', '=']),
    ListParser::parse(' value="Прайс 2.xlsx"; attribute=""', [';', '='])
);

array:4 [
  0 => " value"
  1 => ""price 1.xlsx""
  2 => " attribute"
  3 => """"
]
array:3 [
  0 => " value"
  1 => ""Прайс 2.xlsx""
  2 => " attribu"
]

Originally posted by @dimaxz at zendframework/zend-mail#243

@weierophinney weierophinney added Help Wanted Question Further information is requested labels Dec 31, 2019
@weierophinney
Copy link
Member Author

may be

        for ($i = 0; $i < $length; $i += 1) {
            //$char = $value[$i];
            $char = substr($value,$i,1);

Originally posted by @dimaxz at zendframework/zend-mail#243 (comment)

@weierophinney
Copy link
Member Author

@dimaxz I've tested it on mine and also some server and it works fine in both cases. Looks like it is system dependant issue.


Originally posted by @michalbundyra at zendframework/zend-mail#243 (comment)

@weierophinney
Copy link
Member Author

Can I send you an email with an attachment so you can read it?


Originally posted by @dimaxz at zendframework/zend-mail#243 (comment)

@weierophinney
Copy link
Member Author

@dimaxz ping me on zf slack, please


Originally posted by @michalbundyra at zendframework/zend-mail#243 (comment)

@weierophinney
Copy link
Member Author

Failed! invite_limit_reached


Originally posted by @dimaxz at zendframework/zend-mail#243 (comment)

@alexmerlin
Copy link
Member

Closing issue due to being inactive for more than 1 year.

@alexmerlin alexmerlin closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants