U:RDoc::AnyMethod[iI"unicode_normalized?:EFI"String#unicode_normalized?;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"CChecks whether +str+ is in Unicode normalization form +form+, ;TI"Bwhich is any of the four values :nfc, :nfd, :nfkc, or :nfkd. ;TI"The default is :nfc.;To:RDoc::Markup::BlankLineo; ; [I"NIf the string is not in a Unicode Encoding, then an Exception is raised. ;TI"/For details, see String#unicode_normalize.;T@o; ; [I"_Examples_;T@o:RDoc::Markup::Verbatim; [ I"4"a\u0300".unicode_normalized? #=> false ;TI"3"a\u0300".unicode_normalized?(:nfd) #=> true ;TI"3"\u00E0".unicode_normalized? #=> true ;TI"4"\u00E0".unicode_normalized?(:nfd) #=> false ;TI"="\xE0".force_encoding('ISO-8859-1').unicode_normalized? ;TI"Q #=> Encoding::CompatibilityError raised;T: @format0: @fileI"lib/unicode_normalize.rb;T:0@omit_headings_from_table_of_contents_below0I"(str.unicode_normalized?(form=:nfc) ;T0[I"(form = :nfc);T@ FI" String;TcRDoc::NormalClassI" scanf;T0