I would like to use this plugin on my site.  Hope somebody can help.  This will also apply to other languages.
I have modified it a little bit to display Icelandig characters in the bar.
When I click an Icelandic character it seems to get lost in this here:
    global $CONFIG, $FORBIDDEN_SET, $PAGE;
        $superCage = Inspekt::makeSuperCage();
        $getLetter = $superCage->get->getAlpha("letter"); 
Works fine with all standard English characters.
It seems like it does not want to recognize non English characters.
Coppermine install: http://siglingar.net/cpg/
Bridging app install: http://siglingar.net/
Coppermine version: cpg1.5.8
Bridging app version: Phpbb3 in CPG 1.5.8
Test user account: testing / testing
BridgeManager settings:
Bridge app URL:  http://siglingar.net      
Relative path to your bridge app's config file:  ../
Cookie name or prefix:  phpbb3_p32g5
Best regards,  Jon
			
			
			
				Just change getAlpha() to getEscaped()
			
			
			
				Works perfectly.  Thanks one more time.
Best regards,  Jon