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

Added utf8 option. #2

Closed
wants to merge 1 commit into from
Closed

Added utf8 option. #2

wants to merge 1 commit into from

Conversation

tokuhirom
Copy link

I need utf-8 option. I know there is a Config::Properties::Simple.
But I guess if Config::Properties has 'utf8' option, it's really good to me.

@salva
Copy link
Owner

salva commented Feb 13, 2014

instead of just supporting utf8 I have added a new option that allows to specify the encoding:

$cfg = Config::Properties->new(file => $file, encoding => 'UTF-8');

@salva salva closed this Feb 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants