8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
Congrats for this gem. It's very useful! I find that this works as expected:
puts Romajify::Converter.hepburn('すし') # => sushi
But sometimes I need to romanise things like:
puts Romajify::Converter.hepburn('少し遅れる') # => 少shi遅reru
Any idea @emsk on how to do this?
Thanks, Claudio