Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    At first glance, I’m not sure why it’s not. Can you help me diagnose this?

    Are the UTF-8 entries stored to the database (use phpMyAdmin to check table wp_groups_rs, column group_name)?

    If so, is there a particular place where the group name is not displayed correctly?

    Thread Starter pellaeon

    (@pellaeon)

    Yes, they’re stored in the database.

    All places that the group name are displayed showed up as question marks.

    Yesterday I manually changed the group_name column’s encoding to utf8_general_ci and everything worked. So I guess this is just a minor database encoding issue.

    I think you’ll just have to simply set the encoding to utf8_general_ci (and correct collation) when creating the table, then UTF-8 will work.

    Thanks.

    Plugin Author Kevin Behrens

    (@kevinb)

    Okay, I just overlooked that and will correct it in the next version.

    Do you also have a problem with the display of multibyte role names alongside other group checkboxes for role assignment?

    Thread Starter pellaeon

    (@pellaeon)

    I’m not sure if I caught your meaning correctly, but except for the group name problem, everything works pretty well.

    Thank you for this awesome plugin, I’ll translate it into Chinese when I have time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Role Scoper] UTF-8 support?’ is closed to new replies.