Git Product home page Git Product logo

Comments (6)

xyb avatar xyb commented on June 11, 2024

Hi, @Tset-Noitamotua, it's not implemented, same feature request had been recorded in #17. Love to welcome your contributions 😎

from robotframework-debuglibrary.

xyb avatar xyb commented on June 11, 2024

@Tset-Noitamotua variable assignment supported now, please upgrade to version 0.8.

from robotframework-debuglibrary.

Tset-Noitamotua avatar Tset-Noitamotua commented on June 11, 2024

YEAH! Thanks a lot for the update :-))))
Yet Upgraded and testing!

from robotframework-debuglibrary.

Tset-Noitamotua avatar Tset-Noitamotua commented on June 11, 2024

How about special characters?

< keyword: ${label}=  Set Variable  SOME GERMÄN TÄXß
! FAILED: UnicodeDecodeError('utf8', '${label}=  Set Variable  SOME GERM\x8eN T\x8eX\xe1', 34, 35, 'invalid start byte')
>

Worth to open a new issue for that?

from robotframework-debuglibrary.

xyb avatar xyb commented on June 11, 2024

@Tset-Noitamotua I'm ok with that:

>>>>> Enter interactive shell, only accepted plain text format keyword.
> ${label}=  Set Variable  SOME GERMÄN TÄXß
<  ${label} = u'SOME GERM\xc4N T\xc4X\xdf'
> log to console  ${label}
SOME GERMÄN TÄXß

What's your locale settings? My environments is:

$ env|grep -i utf
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8

from robotframework-debuglibrary.

Tset-Noitamotua avatar Tset-Noitamotua commented on June 11, 2024

I am on a Windows 7 64bit machine. Have no such env.
But locale is de_DE ... I guess.

from robotframework-debuglibrary.

Related Issues (20)

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.