Git Product home page Git Product logo

Comments (7)

sbagdat avatar sbagdat commented on July 28, 2024

Are you sure? It is tested by me and rspec for many times. Please, write your complete class?

from turkish_support.

sbagdat avatar sbagdat commented on July 28, 2024

A simple class I tested right now. It works properly

require "turkish_support"

class Test
  using TurkishSupport
  def hey(str)
    str.upcase
  end
end

Test.new.hey('içel')  #=> İÇEL

from turkish_support.

enderahmetyurt avatar enderahmetyurt commented on July 28, 2024

Sorry I am out of home. I will share with you a screenshot.

from turkish_support.

sbagdat avatar sbagdat commented on July 28, 2024

As I mentioned in the readme, TurkishSupport uses refinements. So, you need
to use using TurkishSupport line. Look at this usage in terminal:

$ require 'turkish_support'
 => true
$ using TurkishSupport
 => main
$ "içel".upcase
 => "İÇEL"

On Fri, Apr 11, 2014 at 7:57 PM, Ender Ahmet Yurt
[email protected]:

I run specs and you're right içel looks like after .upcase method İÇEL no
problem. However, on the terminal, it looks
[image: screen shot 2014-04-11 at 19 54 58]https://cloud.githubusercontent.com/assets/447588/2682388/4a289ffc-c19a-11e3-9882-167beb0fbf20.png


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-40225603
.

from turkish_support.

enderahmetyurt avatar enderahmetyurt commented on July 28, 2024

screen shot 2014-04-11 at 20 42 25

from turkish_support.

marjinal1st avatar marjinal1st commented on July 28, 2024

Are you sure that your bash has no problem with encoding?

Using Ubuntu 13.10 AMD64, Ruby 2.0.0-p353 and Pry 0.9.12.4, got no problems here:

image

from turkish_support.

sbagdat avatar sbagdat commented on July 28, 2024

@marjinal1st thanks, it is same to me.

@enderahmetyurt I think this is special to your bash. if you find any reason about the problem, please open the issue again. Thanks.

from turkish_support.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.