<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot handle umlauts in device name"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104282">104282</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Cannot handle umlauts in device name
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>PulseAudio
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>modules
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kde@privat.broulik.de
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lennart@poettering.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>My headphones are called "Kopfhörer" (German for headphones ;) and are listed
as such in Bluetooth configuration:

$ hcitool name <address>
Kopfhörer

However, in PulseAudio they show up as "Kopfh rer" (with a space instead of the
umlaut):

$pacmd list-sinks

  * index: 3
[...]
        driver: <module-bluez5-device.c>
        flags: HARDWARE DECIBEL_VOLUME LATENCY 
        state: RUNNING
[...]
        module: 30
        properties:
                bluetooth.protocol = "a2dp_sink"
                device.description = "Kopfh rer"
[...]
                device.api = "bluez"
                device.class = "sound"
                device.bus = "bluetooth"
                device.form_factor = "headphone"
[...]
                bluez.class = "0x240418"
                bluez.alias = "Kopfhörer"

Note how the "bluez.alias" is correct. This likely also affects other non-ascii
characters.

$ pulseaudio --version
pulseaudio 8.0</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>