Skip to content

Cache Destination & Characters Problems #7

@Niinetan

Description

@Niinetan

Cache operate such as "cache_get_row" does't support multy-dimensional arrays...
E.X:
enum info { name[50],}
new pinfo[x][name],
cache_get_row(x, x, pinfo[x][name]);
printf("%s", pinfo[x][name]);
//nothing is printed...

Whatever charset is, it doesn't supprot Chinese. Every Chinese word queried from database is "?".
But R7 works well.Neither of them happened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions