APIdock / Ruby
/
Browse About
method

iseuc

v2_5_5 - Show latest stable - Class: String
iseuc()
public

Returns whether self’s encoding is EUC-JP or not.

# File ext/nkf/lib/kconv.rb, line 264
  def iseuc;    Kconv.iseuc(self) end

Related methods

  • Instance methods
  • %
  • *
  • +
  • +@
  • -@
  • <<
  • <=>
  • ==
  • ===
  • =~
  • []
  • []=
  • ascii_only?
  • b
  • block_scanf
  • bytes
  • bytesize
  • byteslice
  • capitalize
  • capitalize!
  • casecmp
  • casecmp?
  • center
  • chars
  • chomp
  • chomp!
  • chop
  • chop!
  • chr
  • clear
  • codepoints
  • concat
  • count
  • crypt
  • delete
  • delete!
  • delete_prefix
  • delete_prefix!
  • delete_suffix
  • delete_suffix!
  • downcase
  • downcase!
  • dump
  • each_byte
  • each_char
  • each_codepoint
  • each_grapheme_cluster
  • each_line
  • empty?
  • encode
  • encode!
  • encoding
  • end_with?
  • eql?
  • force_encoding
  • freeze
  • getbyte
  • grapheme_clusters
  • gsub
  • gsub!
  • hash
  • hex
  • include?
  • index
  • initialize_copy
  • insert
  • inspect
  • intern
  • iseuc
  • isjis
  • issjis
  • isutf8
  • kconv
  • length
  • lines
  • ljust
  • lstrip
  • lstrip!
  • match
  • match?
  • next
  • next!
  • oct
  • ord
  • parse_csv
  • partition
  • prepend
  • pretty_print
  • replace
  • reverse
  • reverse!
  • rindex
  • rjust
  • rpartition
  • rstrip
  • rstrip!
  • scan
  • scanf
  • scrub
  • scrub!
  • setbyte
  • shellescape
  • shellsplit
  • size
  • slice
  • slice!
  • split
  • squeeze
  • squeeze!
  • start_with?
  • strip
  • strip!
  • sub
  • sub!
  • succ
  • succ!
  • sum
  • swapcase
  • swapcase!
  • to_c
  • to_d
  • to_f
  • to_i
  • to_r
  • to_s
  • to_str
  • to_sym
  • toeuc
  • tojis
  • tolocale
  • tosjis
  • toutf16
  • toutf32
  • toutf8
  • tr
  • tr!
  • tr_s
  • tr_s!
  • undump
  • unicode_normalize
  • unicode_normalize!
  • unicode_normalized?
  • unpack
  • unpack1
  • upcase
  • upcase!
  • upto
  • valid_encoding?
  • Class methods
  • new
  • try_convert
APIdock API Documentation Browser

© 2026 APIdock