Skip to content

spanish tables #150

@fphilip

Description

@fphilip

Any idea how i do to resolve this?

@Test
public void test_encoding_spanish() throws JSQLParserException {
    CCJSqlParserManager _parser = new CCJSqlParserManager();
    Statement _statement = _parser.parse(new StringReader("select * from años"));

        if (_statement != null && _statement instanceof Select) {
            Select _select = (Select) _statement;

        }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions