Skip to content

Patch: new method get_wch for ncurses bindings: accept wide characters (unicode) #51004

Closed
@inigoserna

Description

@inigoserna
BPO 6755
Nosy @akuchling, @jcea, @cben, @pitrou, @vstinner, @bitdancer
Files
  • curses.get_wch.patch: Patch for the documentation
  • test_get_wch.py: Test example
  • _cursesmodule.get_wch.patch: Patch against Python 2.6.2 _cursesmodule.c
  • _cursesmodule.311.get_wch.patch: Patch against Python 3.1.1 _cursesmodule.c
  • test_ucs2w.py: Several implementations of wcwidth() and wcswidth()
  • ucs2w.c: C extension implementation of wcwidth() and wcswidth()
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2012-03-08.01:18:55.099>
    created_at = <Date 2009-08-21.11:43:30.490>
    labels = ['extension-modules', 'type-feature']
    title = 'Patch: new method get_wch for ncurses bindings: accept wide characters (unicode)'
    updated_at = <Date 2012-03-08.01:18:55.098>
    user = 'https://bugs.python.org/inigoserna'

    bugs.python.org fields:

    activity = <Date 2012-03-08.01:18:55.098>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-03-08.01:18:55.099>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2009-08-21.11:43:30.490>
    creator = 'inigoserna'
    dependencies = []
    files = ['14753', '14754', '14755', '14756', '14782', '14783']
    hgrepos = []
    issue_num = 6755
    keywords = ['patch']
    message_count = 30.0
    messages = ['91816', '91817', '91818', '91819', '91821', '91867', '91868', '91956', '91973', '91974', '91975', '91982', '108249', '139333', '139335', '140371', '140374', '140378', '140403', '140404', '140408', '140409', '140410', '140412', '140640', '143798', '155052', '155054', '155119', '155146']
    nosy_count = 13.0
    nosy_names = ['akuchling', 'jcea', 'cben', 'pitrou', 'vstinner', 'gpolo', 'r.david.murray', 'inigoserna', 'phep', 'zeha', 'schodet', 'python-dev', 'Nicholas.Cole']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue6755'
    versions = ['Python 3.3']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      extension-modulesC modules in the Modules dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions