[GH-ISSUE #212] Encoding problem with parameters #196

Closed
opened 2026-02-27 11:10:34 +03:00 by kerem · 1 comment
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/212

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2012-02-02T08:47:18Z

Currently, parameters are converted to string, escaped and saved into the database. It is working well with special characters :p

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/212 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2012-02-02T08:47:18Z** Currently, parameters are converted to string, escaped and saved into the database. It is working well with special characters :p
kerem 2026-02-27 11:10:34 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2012-02-02T08:55:43Z

In [c530b8d211e845b382acd042909a48117eed46b7]:

#!CommitTicketReference repository="" revision="c530b8d211e845b382acd042909a48117eed46b7"
Don't convert parameter values to str objects, leave them as unicode ones and use 'unicode_escape' before storing them to database.
see #200
<!-- gh-comment-id:29814166 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2012-02-02T08:55:43Z** In [c530b8d211e845b382acd042909a48117eed46b7]: <pre> #!CommitTicketReference repository="" revision="c530b8d211e845b382acd042909a48117eed46b7" Don't convert parameter values to str objects, leave them as unicode ones and use 'unicode_escape' before storing them to database. see #200 </pre>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#196
No description provided.